﻿2026-07-01T11:36:52.1183991Z ##[group]Run set -euo pipefail
2026-07-01T11:36:52.1184306Z [36;1mset -euo pipefail[0m
2026-07-01T11:36:52.1184515Z [36;1mPIN=0c95435[0m
2026-07-01T11:36:52.1184724Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-01T11:36:52.1184964Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-01T11:36:52.1185306Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-01T11:36:52.1185715Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-01T11:36:52.1186140Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-01T11:36:52.1186494Z [36;1m  rm -rf "$CACHE"[0m
2026-07-01T11:36:52.1186726Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-01T11:36:52.1186993Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-01T11:36:52.1187298Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-01T11:36:52.1187638Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-01T11:36:52.1187888Z [36;1mfi[0m
2026-07-01T11:36:52.1188163Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T11:36:52.1202429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-01T11:36:52.1202710Z env:
2026-07-01T11:36:52.1202902Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-01T11:36:52.1203117Z ##[endgroup]
2026-07-01T11:36:52.4074291Z    Compiling proc-macro2 v1.0.106
2026-07-01T11:36:52.4074892Z    Compiling unicode-ident v1.0.24
2026-07-01T11:36:52.4075216Z    Compiling quote v1.0.45
2026-07-01T11:36:52.4075444Z    Compiling libc v0.2.186
2026-07-01T11:36:52.4076013Z    Compiling serde_core v1.0.228
2026-07-01T11:36:52.4076233Z    Compiling cfg-if v1.0.4
2026-07-01T11:36:52.4117284Z    Compiling serde v1.0.228
2026-07-01T11:36:52.4143917Z    Compiling log v0.4.32
2026-07-01T11:36:52.4176509Z    Compiling pin-project-lite v0.2.17
2026-07-01T11:36:52.4177264Z    Compiling typenum v1.20.1
2026-07-01T11:36:52.4177701Z    Compiling portable-atomic v1.13.1
2026-07-01T11:36:52.4230526Z    Compiling memchr v2.8.1
2026-07-01T11:36:52.4264573Z    Compiling version_check v0.9.5
2026-07-01T11:36:52.4297159Z    Compiling shlex v2.0.1
2026-07-01T11:36:52.4390480Z    Compiling find-msvc-tools v0.1.9
2026-07-01T11:36:52.4613821Z    Compiling critical-section v1.2.0
2026-07-01T11:36:52.5091853Z    Compiling subtle v2.6.1
2026-07-01T11:36:52.5243896Z    Compiling bytes v1.11.1
2026-07-01T11:36:52.5645234Z    Compiling futures-core v0.3.32
2026-07-01T11:36:52.6809971Z    Compiling equivalent v1.0.2
2026-07-01T11:36:52.7134648Z    Compiling smallvec v1.15.1
2026-07-01T11:36:52.7254401Z    Compiling itoa v1.0.18
2026-07-01T11:36:52.7604748Z    Compiling semver v1.0.28
2026-07-01T11:36:52.7608692Z    Compiling stable_deref_trait v1.2.1
2026-07-01T11:36:52.7771411Z    Compiling slab v0.4.12
2026-07-01T11:36:52.7841812Z    Compiling futures-sink v0.3.32
2026-07-01T11:36:52.7911351Z    Compiling futures-io v0.3.32
2026-07-01T11:36:52.8311649Z    Compiling futures-task v0.3.32
2026-07-01T11:36:52.8920752Z    Compiling futures-channel v0.3.32
2026-07-01T11:36:52.9405774Z    Compiling hashbrown v0.17.1
2026-07-01T11:36:52.9420370Z    Compiling generic-array v0.14.7
2026-07-01T11:36:52.9725410Z    Compiling bitflags v2.12.1
2026-07-01T11:36:53.0010563Z    Compiling rustversion v1.0.22
2026-07-01T11:36:53.0270689Z    Compiling cpufeatures v0.2.17
2026-07-01T11:36:53.0700670Z    Compiling rustc_version v0.4.1
2026-07-01T11:36:53.1140702Z    Compiling fnv v1.0.7
2026-07-01T11:36:53.2011044Z    Compiling cfg_aliases v0.2.1
2026-07-01T11:36:53.2130757Z    Compiling strsim v0.11.1
2026-07-01T11:36:53.2330349Z    Compiling rand_core v0.10.1
2026-07-01T11:36:53.2332076Z    Compiling litemap v0.8.2
2026-07-01T11:36:53.2671311Z    Compiling writeable v0.6.3
2026-07-01T11:36:53.3000753Z    Compiling utf8_iter v1.0.4
2026-07-01T11:36:53.3131943Z    Compiling icu_properties_data v2.2.0
2026-07-01T11:36:53.4525063Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T11:36:53.4875211Z    Compiling getrandom v0.4.2
2026-07-01T11:36:53.4963496Z    Compiling ident_case v1.0.1
2026-07-01T11:36:53.5083682Z    Compiling fs_extra v1.3.0
2026-07-01T11:36:53.5576915Z    Compiling dunce v1.0.5
2026-07-01T11:36:53.5954151Z    Compiling autocfg v1.5.1
2026-07-01T11:36:53.6540915Z    Compiling percent-encoding v2.3.2
2026-07-01T11:36:53.7643014Z    Compiling syn v2.0.117
2026-07-01T11:36:53.7710966Z    Compiling http v1.4.1
2026-07-01T11:36:53.7849401Z    Compiling unicode-segmentation v1.13.3
2026-07-01T11:36:53.7981604Z    Compiling cpufeatures v0.3.0
2026-07-01T11:36:53.8600716Z    Compiling indexmap v2.14.0
2026-07-01T11:36:53.8670601Z    Compiling aws-lc-rs v1.17.0
2026-07-01T11:36:53.8728427Z    Compiling thiserror v2.0.18
2026-07-01T11:36:53.8810961Z    Compiling scopeguard v1.2.0
2026-07-01T11:36:53.8840837Z    Compiling chacha20 v0.10.0
2026-07-01T11:36:53.8860359Z    Compiling form_urlencoded v1.2.2
2026-07-01T11:36:53.8875542Z    Compiling untrusted v0.9.0
2026-07-01T11:36:53.9540381Z    Compiling lock_api v0.4.14
2026-07-01T11:36:54.0000745Z    Compiling heck v0.5.0
2026-07-01T11:36:54.0689387Z    Compiling rustls v0.23.40
2026-07-01T11:36:54.1217698Z    Compiling const-oid v0.10.2
2026-07-01T11:36:54.2090576Z    Compiling unicode-xid v0.2.6
2026-07-01T11:36:54.2310856Z    Compiling atomic-waker v1.1.2
2026-07-01T11:36:54.2540504Z    Compiling anyhow v1.0.102
2026-07-01T11:36:54.2643276Z    Compiling paste v1.0.15
2026-07-01T11:36:54.2710858Z    Compiling parking_lot_core v0.9.12
2026-07-01T11:36:54.2959800Z    Compiling httparse v1.10.1
2026-07-01T11:36:54.3146281Z    Compiling zerocopy v0.8.50
2026-07-01T11:36:54.3148853Z    Compiling num-traits v0.2.19
2026-07-01T11:36:54.3639604Z    Compiling hybrid-array v0.4.12
2026-07-01T11:36:54.4530809Z    Compiling convert_case v0.10.0
2026-07-01T11:36:54.5141597Z    Compiling jobserver v0.1.34
2026-07-01T11:36:54.5280589Z    Compiling curve25519-dalek v4.1.3
2026-07-01T11:36:54.5652154Z    Compiling ahash v0.8.12
2026-07-01T11:36:54.5934147Z    Compiling either v1.16.0
2026-07-01T11:36:54.5972887Z    Compiling crypto-common v0.1.7
2026-07-01T11:36:54.6280581Z    Compiling block-buffer v0.10.4
2026-07-01T11:36:54.7297758Z    Compiling digest v0.10.7
2026-07-01T11:36:54.7410808Z    Compiling fastrand v2.4.1
2026-07-01T11:36:54.7629927Z    Compiling powerfmt v0.2.0
2026-07-01T11:36:54.8134664Z    Compiling cc v1.2.63
2026-07-01T11:36:54.8136306Z    Compiling http-body v1.0.1
2026-07-01T11:36:54.8390823Z    Compiling base64ct v1.8.3
2026-07-01T11:36:54.9344495Z    Compiling deranged v0.5.8
2026-07-01T11:36:55.0420807Z    Compiling base64 v0.22.1
2026-07-01T11:36:55.0491500Z    Compiling data-encoding v2.11.0
2026-07-01T11:36:55.0651024Z    Compiling tinyvec_macros v0.1.1
2026-07-01T11:36:55.1045289Z    Compiling mio v1.2.1
2026-07-01T11:36:55.1371620Z    Compiling socket2 v0.6.4
2026-07-01T11:36:55.1801372Z    Compiling getrandom v0.2.17
2026-07-01T11:36:55.2220573Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T11:36:55.3607210Z    Compiling rand_core v0.6.4
2026-07-01T11:36:55.4190834Z    Compiling zmij v1.0.21
2026-07-01T11:36:55.5110805Z    Compiling rand v0.10.1
2026-07-01T11:36:55.5415948Z    Compiling try-lock v0.2.5
2026-07-01T11:36:55.5961149Z    Compiling pkg-config v0.3.33
2026-07-01T11:36:55.6073357Z    Compiling time-core v0.1.8
2026-07-01T11:36:55.6540674Z    Compiling tower-service v0.3.3
2026-07-01T11:36:55.6691675Z    Compiling num-conv v0.2.2
2026-07-01T11:36:55.6772926Z    Compiling vcpkg v0.2.15
2026-07-01T11:36:55.6912043Z    Compiling want v0.3.1
2026-07-01T11:36:55.7200956Z    Compiling parking_lot v0.12.5
2026-07-01T11:36:55.7881018Z    Compiling tinyvec v1.11.0
2026-07-01T11:36:55.8948879Z    Compiling block-buffer v0.12.0
2026-07-01T11:36:55.9372068Z    Compiling crypto-common v0.2.2
2026-07-01T11:36:55.9647854Z    Compiling sha2 v0.10.9
2026-07-01T11:36:56.0480612Z    Compiling inout v0.1.4
2026-07-01T11:36:56.0670395Z    Compiling vergen-lib v9.1.0
2026-07-01T11:36:56.1921812Z    Compiling cmake v0.1.58
2026-07-01T11:36:56.2483322Z    Compiling n0-future v0.3.2
2026-07-01T11:36:56.3072620Z    Compiling winnow v1.0.3
2026-07-01T11:36:56.3210579Z    Compiling diatomic-waker v0.2.3
2026-07-01T11:36:56.3380528Z    Compiling parking v2.2.1
2026-07-01T11:36:56.4829506Z    Compiling signature v2.2.0
2026-07-01T11:36:56.5087777Z    Compiling crossbeam-utils v0.8.21
2026-07-01T11:36:56.5133232Z    Compiling serde_json v1.0.150
2026-07-01T11:36:56.5217538Z    Compiling httpdate v1.0.3
2026-07-01T11:36:56.5225579Z    Compiling spin v0.10.0
2026-07-01T11:36:56.6220980Z    Compiling cordyceps v0.3.4
2026-07-01T11:36:56.6281174Z    Compiling ed25519 v2.2.3
2026-07-01T11:36:56.6401096Z    Compiling futures-lite v2.6.1
2026-07-01T11:36:56.6774019Z    Compiling cipher v0.4.4
2026-07-01T11:36:56.6973884Z    Compiling netlink-packet-core v0.8.1
2026-07-01T11:36:56.7170479Z    Compiling universal-hash v0.5.1
2026-07-01T11:36:56.7231335Z    Compiling vergen-lib v0.1.6
2026-07-01T11:36:56.7233630Z    Compiling vergen v9.1.0
2026-07-01T11:36:56.8121822Z    Compiling heapless v0.7.17
2026-07-01T11:36:56.8590661Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T11:36:56.8691131Z    Compiling noq-udp v0.10.0
2026-07-01T11:36:56.9150591Z    Compiling digest v0.11.3
2026-07-01T11:36:56.9340584Z    Compiling futures-buffered v0.2.13
2026-07-01T11:36:56.9387152Z    Compiling sync_wrapper v1.0.2
2026-07-01T11:36:56.9388668Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T11:36:56.9529661Z    Compiling opaque-debug v0.3.1
2026-07-01T11:36:57.0212041Z    Compiling allocator-api2 v0.2.21
2026-07-01T11:36:57.0701279Z    Compiling byteorder v1.5.0
2026-07-01T11:36:57.1024514Z    Compiling polyval v0.6.2
2026-07-01T11:36:57.1680455Z    Compiling aws-lc-sys v0.41.0
2026-07-01T11:36:57.1807926Z    Compiling ring v0.17.14
2026-07-01T11:36:57.2310887Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T11:36:57.2680369Z    Compiling hash32 v0.2.1
2026-07-01T11:36:57.2930682Z    Compiling spin v0.9.8
2026-07-01T11:36:57.3360689Z    Compiling vergen-gitcl v1.0.8
2026-07-01T11:36:57.4310634Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T11:36:57.4500962Z    Compiling signature v3.0.0
2026-07-01T11:36:57.4960698Z    Compiling num_threads v0.1.7
2026-07-01T11:36:57.5050733Z    Compiling ryu v1.0.23
2026-07-01T11:36:57.5297945Z    Compiling tower-layer v0.3.3
2026-07-01T11:36:57.5641677Z    Compiling fallible-iterator v0.3.0
2026-07-01T11:36:57.5847169Z    Compiling ghash v0.5.1
2026-07-01T11:36:57.6060484Z    Compiling time v0.3.47
2026-07-01T11:36:57.6400734Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T11:36:57.7351138Z    Compiling aes v0.8.4
2026-07-01T11:36:57.7359985Z    Compiling ctr v0.9.2
2026-07-01T11:36:57.7643339Z    Compiling fs2 v0.4.3
2026-07-01T11:36:57.8600559Z    Compiling http-body-util v0.1.3
2026-07-01T11:36:57.9120773Z    Compiling aead v0.5.2
2026-07-01T11:36:57.9630277Z    Compiling utf8parse v0.2.2
2026-07-01T11:36:57.9900679Z    Compiling openssl-probe v0.2.1
2026-07-01T11:36:58.0310266Z    Compiling arrayvec v0.7.6
2026-07-01T11:36:58.0485421Z    Compiling crossbeam-channel v0.5.15
2026-07-01T11:36:58.0570652Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T11:36:58.2090697Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T11:36:58.2160484Z    Compiling blake3 v1.8.5
2026-07-01T11:36:58.2370435Z    Compiling netlink-packet-route v0.29.0
2026-07-01T11:36:58.3030673Z    Compiling uuid v1.23.2
2026-07-01T11:36:58.4311127Z    Compiling aes-gcm v0.10.3
2026-07-01T11:36:58.5010975Z    Compiling memoffset v0.6.5
2026-07-01T11:36:58.5415968Z    Compiling acto v0.8.2
2026-07-01T11:36:58.6524488Z    Compiling noq v0.18.0
2026-07-01T11:36:58.6666445Z    Compiling netwatch v0.16.0
2026-07-01T11:36:58.6938806Z    Compiling identity-hash v0.1.0
2026-07-01T11:36:58.7302725Z    Compiling rustc-hash v2.1.2
2026-07-01T11:36:58.8041325Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T11:36:58.8401413Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T11:36:58.9207020Z    Compiling foldhash v0.2.0
2026-07-01T11:36:58.9264152Z    Compiling xml-rs v0.8.28
2026-07-01T11:36:58.9330473Z    Compiling lru-slab v0.1.2
2026-07-01T11:36:58.9451170Z    Compiling mac-addr v0.3.0
2026-07-01T11:36:59.0430895Z    Compiling tagptr v0.2.0
2026-07-01T11:36:59.0744099Z    Compiling ref-cast v1.0.25
2026-07-01T11:36:59.0770863Z    Compiling thiserror v1.0.69
2026-07-01T11:36:59.1398152Z    Compiling rustix v1.1.4
2026-07-01T11:36:59.1845561Z    Compiling hashbrown v0.16.1
2026-07-01T11:36:59.2200624Z    Compiling synstructure v0.13.2
2026-07-01T11:36:59.3200932Z    Compiling darling_core v0.20.11
2026-07-01T11:36:59.4157775Z    Compiling serde_derive_internals v0.29.1
2026-07-01T11:36:59.5704904Z    Compiling netlink-packet-route v0.30.0
2026-07-01T11:36:59.6584417Z    Compiling proc-macro-crate v3.5.0
2026-07-01T11:36:59.9781993Z    Compiling xmltree v0.10.3
2026-07-01T11:37:00.1061072Z    Compiling errno v0.3.14
2026-07-01T11:37:00.1980660Z    Compiling ioctl-rs v0.1.6
2026-07-01T11:37:00.2290847Z    Compiling serial-core v0.4.0
2026-07-01T11:37:00.2700141Z    Compiling termios v0.2.2
2026-07-01T11:37:00.2774577Z    Compiling simple-dns v0.9.3
2026-07-01T11:37:00.3092803Z    Compiling aho-corasick v1.1.4
2026-07-01T11:37:00.3611123Z    Compiling winnow v0.7.15
2026-07-01T11:37:00.4672634Z    Compiling smol_str v0.1.24
2026-07-01T11:37:00.4765582Z    Compiling constant_time_eq v0.4.2
2026-07-01T11:37:00.5491070Z    Compiling signal-hook v0.3.18
2026-07-01T11:37:00.6428303Z    Compiling toml_write v0.1.2
2026-07-01T11:37:00.6867119Z    Compiling sha1_smol v1.0.1
2026-07-01T11:37:00.7006704Z    Compiling simdutf8 v0.1.5
2026-07-01T11:37:00.7055174Z    Compiling regex-syntax v0.8.10
2026-07-01T11:37:00.7136538Z    Compiling arrayref v0.3.9
2026-07-01T11:37:00.7745357Z    Compiling resolv-conf v0.7.6
2026-07-01T11:37:00.8180778Z    Compiling linux-raw-sys v0.12.1
2026-07-01T11:37:00.9820850Z    Compiling serial-unix v0.4.0
2026-07-01T11:37:01.1102038Z    Compiling signal-hook-registry v1.4.8
2026-07-01T11:37:01.1970953Z    Compiling lru v0.16.4
2026-07-01T11:37:01.3617998Z    Compiling serde_derive v1.0.228
2026-07-01T11:37:01.3698883Z    Compiling zeroize_derive v1.4.3
2026-07-01T11:37:01.3840804Z    Compiling tokio-macros v2.7.0
2026-07-01T11:37:01.5050950Z    Compiling futures-macro v0.3.32
2026-07-01T11:37:01.6861132Z    Compiling zerofrom-derive v0.1.7
2026-07-01T11:37:02.0322803Z    Compiling zeroize v1.8.2
2026-07-01T11:37:02.2180703Z    Compiling tokio v1.52.3
2026-07-01T11:37:02.2266952Z    Compiling yoke-derive v0.8.2
2026-07-01T11:37:02.5032043Z    Compiling futures-util v0.3.32
2026-07-01T11:37:02.6313030Z    Compiling zerovec-derive v0.11.3
2026-07-01T11:37:02.8950785Z    Compiling displaydoc v0.2.6
2026-07-01T11:37:03.1541193Z    Compiling tracing-attributes v0.1.31
2026-07-01T11:37:03.3407240Z    Compiling rustls-pki-types v1.14.1
2026-07-01T11:37:03.3650709Z    Compiling zerofrom v0.1.8
2026-07-01T11:37:03.5150588Z    Compiling thiserror-impl v2.0.18
2026-07-01T11:37:03.6970670Z    Compiling yoke v0.8.3
2026-07-01T11:37:03.8001255Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T11:37:04.0266585Z    Compiling zerotrie v0.2.4
2026-07-01T11:37:04.1861173Z    Compiling darling_macro v0.20.11
2026-07-01T11:37:04.2901006Z    Compiling zerovec v0.11.6
2026-07-01T11:37:04.4393222Z    Compiling derive_more-impl v2.1.1
2026-07-01T11:37:04.5150304Z    Compiling spez v0.1.2
2026-07-01T11:37:04.5640616Z    Compiling darling v0.20.11
2026-07-01T11:37:04.6240683Z    Compiling derive_builder_core v0.20.2
2026-07-01T11:37:04.8910528Z    Compiling n0-error-macros v0.1.3
2026-07-01T11:37:05.1570972Z    Compiling tinystr v0.8.3
2026-07-01T11:37:05.2243140Z    Compiling potential_utf v0.1.5
2026-07-01T11:37:05.4054481Z    Compiling icu_locale_core v2.2.0
2026-07-01T11:37:05.4091147Z    Compiling icu_collections v2.2.0
2026-07-01T11:37:05.5921488Z    Compiling der v0.8.0-rc.10
2026-07-01T11:37:05.6290635Z    Compiling pin-project-internal v1.1.13
2026-07-01T11:37:05.9930514Z    Compiling n0-error v0.1.3
2026-07-01T11:37:06.1604498Z    Compiling derive_builder_macro v0.20.2
2026-07-01T11:37:06.2586044Z    Compiling cobs v0.3.0
2026-07-01T11:37:06.4030549Z    Compiling ed25519-dalek v2.2.0
2026-07-01T11:37:06.4910842Z    Compiling futures-executor v0.3.32
2026-07-01T11:37:06.5350807Z    Compiling derive_builder v0.20.2
2026-07-01T11:37:06.8680487Z    Compiling icu_provider v2.2.0
2026-07-01T11:37:06.8721024Z    Compiling spt-proto v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-01T11:37:07.0420595Z    Compiling ipnet v2.12.0
2026-07-01T11:37:07.1990360Z    Compiling pin-project v1.1.13
2026-07-01T11:37:07.3045295Z    Compiling icu_normalizer v2.2.0
2026-07-01T11:37:07.3507469Z    Compiling icu_properties v2.2.0
2026-07-01T11:37:07.4160528Z    Compiling spki v0.8.0-rc.4
2026-07-01T11:37:07.6319593Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T11:37:07.8219265Z    Compiling once_cell v1.21.4
2026-07-01T11:37:07.8661094Z    Compiling prefix-trie v0.8.4
2026-07-01T11:37:07.8735435Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T11:37:07.8933736Z    Compiling futures v0.3.32
2026-07-01T11:37:07.9059061Z    Compiling postcard-derive v0.2.2
2026-07-01T11:37:07.9101039Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T11:37:08.0876440Z    Compiling tracing-core v0.1.36
2026-07-01T11:37:08.3568093Z    Compiling tokio-util v0.7.18
2026-07-01T11:37:08.3743303Z    Compiling hashbrown v0.14.5
2026-07-01T11:37:08.4400676Z    Compiling netlink-sys v0.8.8
2026-07-01T11:37:08.5688880Z    Compiling postcard v1.1.3
2026-07-01T11:37:08.5730665Z    Compiling data-encoding-macro v0.1.20
2026-07-01T11:37:08.6554808Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T11:37:08.7650583Z    Compiling tracing v0.1.44
2026-07-01T11:37:08.7720472Z    Compiling tower v0.5.3
2026-07-01T11:37:08.8389871Z    Compiling idna_adapter v1.2.2
2026-07-01T11:37:08.9670143Z    Compiling idna v1.1.0
2026-07-01T11:37:09.1095573Z    Compiling rustls-native-certs v0.8.4
2026-07-01T11:37:09.1751538Z    Compiling num_enum_derive v0.7.6
2026-07-01T11:37:09.1820525Z    Compiling derive_more v2.1.1
2026-07-01T11:37:09.2051729Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T11:37:09.2911458Z    Compiling strum_macros v0.28.0
2026-07-01T11:37:09.3560929Z    Compiling h2 v0.4.14
2026-07-01T11:37:09.3830814Z    Compiling hashlink v0.9.1
2026-07-01T11:37:09.3990685Z    Compiling async-trait v0.1.89
2026-07-01T11:37:09.4240485Z    Compiling enum-assoc v1.3.0
2026-07-01T11:37:09.4703455Z    Compiling url v2.5.8
2026-07-01T11:37:09.5194434Z    Compiling n0-watcher v0.6.1
2026-07-01T11:37:09.6561374Z    Compiling tokio-stream v0.1.18
2026-07-01T11:37:09.7140802Z    Compiling iroh-metrics v0.38.3
2026-07-01T11:37:09.7330295Z    Compiling iroh-relay v0.98.0
2026-07-01T11:37:09.7665112Z    Compiling rusqlite v0.32.1
2026-07-01T11:37:09.8020580Z    Compiling netdev v0.42.0
2026-07-01T11:37:10.0373666Z    Compiling netlink-proto v0.12.0
2026-07-01T11:37:10.2325086Z    Compiling moka v0.12.15
2026-07-01T11:37:10.2944482Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T11:37:10.3809275Z    Compiling tower-http v0.6.11
2026-07-01T11:37:10.3900575Z    Compiling iroh-base v0.98.0
2026-07-01T11:37:10.4170595Z    Compiling attohttpc v0.30.1
2026-07-01T11:37:10.4920977Z    Compiling toml_datetime v0.6.11
2026-07-01T11:37:10.5984727Z    Compiling num_enum v0.7.6
2026-07-01T11:37:10.7249701Z    Compiling serde_spanned v0.6.9
2026-07-01T11:37:10.8500709Z    Compiling ref-cast-impl v1.0.25
2026-07-01T11:37:10.8911440Z    Compiling thiserror-impl v1.0.69
2026-07-01T11:37:10.9047773Z    Compiling toml_edit v0.22.27
2026-07-01T11:37:11.0700327Z    Compiling spt-store v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-01T11:37:11.2910603Z    Compiling webpki-roots v1.0.7
2026-07-01T11:37:11.4340434Z    Compiling regex-automata v0.4.14
2026-07-01T11:37:11.4574570Z    Compiling schemars_derive v1.2.1
2026-07-01T11:37:11.5650737Z    Compiling darling_core v0.23.0
2026-07-01T11:37:11.6301774Z    Compiling serde_bytes v0.11.19
2026-07-01T11:37:11.8101069Z    Compiling seize v0.5.1
2026-07-01T11:37:11.9189986Z    Compiling hmac v0.12.1
2026-07-01T11:37:12.0986214Z    Compiling iroh v0.98.2
2026-07-01T11:37:12.1070342Z    Compiling rustix v0.38.44
2026-07-01T11:37:12.1333453Z    Compiling strum v0.28.0
2026-07-01T11:37:12.2709581Z    Compiling iroh-dns v0.98.0
2026-07-01T11:37:12.3200993Z    Compiling dyn-clone v1.0.20
2026-07-01T11:37:12.3820593Z    Compiling pin-utils v0.1.0
2026-07-01T11:37:12.4319994Z    Compiling bitflags v1.3.2
2026-07-01T11:37:12.4631600Z    Compiling cmov v0.5.4
2026-07-01T11:37:12.5114703Z    Compiling nix v0.25.1
2026-07-01T11:37:12.5217186Z    Compiling papaya v0.2.4
2026-07-01T11:37:12.5615132Z    Compiling hkdf v0.12.4
2026-07-01T11:37:12.5804084Z    Compiling backon v1.6.0
2026-07-01T11:37:12.7050540Z    Compiling filedescriptor v0.8.3
2026-07-01T11:37:12.7670856Z    Compiling ctutils v0.4.2
2026-07-01T11:37:12.8519575Z    Compiling serial v0.4.0
2026-07-01T11:37:12.8761256Z    Compiling anstyle-parse v1.0.0
2026-07-01T11:37:12.9561294Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T11:37:13.0150440Z    Compiling anstyle-query v1.1.5
2026-07-01T11:37:13.0220857Z    Compiling shell-words v1.1.1
2026-07-01T11:37:13.0779586Z    Compiling instability v0.3.12
2026-07-01T11:37:13.1021334Z    Compiling colorchoice v1.0.5
2026-07-01T11:37:13.1262820Z    Compiling linux-raw-sys v0.4.15
2026-07-01T11:37:13.1664134Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T11:37:13.1901008Z    Compiling anstyle v1.0.14
2026-07-01T11:37:13.2210667Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T11:37:13.2774776Z    Compiling foldhash v0.1.5
2026-07-01T11:37:13.2910859Z    Compiling downcast-rs v1.2.1
2026-07-01T11:37:13.3140929Z    Compiling vte v0.13.1
2026-07-01T11:37:13.3600864Z    Compiling signal-hook-mio v0.2.5
2026-07-01T11:37:13.4480697Z    Compiling hashbrown v0.15.5
2026-07-01T11:37:13.4600397Z    Compiling anstream v1.0.0
2026-07-01T11:37:13.5263849Z    Compiling spake2 v0.4.0
2026-07-01T11:37:13.6660540Z    Compiling schemars v1.2.1
2026-07-01T11:37:13.9360786Z    Compiling toml v0.8.23
2026-07-01T11:37:14.0010993Z    Compiling terminal_size v0.4.4
2026-07-01T11:37:14.1621040Z    Compiling strum_macros v0.26.4
2026-07-01T11:37:14.3271796Z    Compiling spt-msg v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-01T11:37:14.5846597Z    Compiling sha1 v0.10.6
2026-07-01T11:37:14.9210754Z    Compiling regex v1.12.3
2026-07-01T11:37:15.0810929Z    Compiling itertools v0.13.0
2026-07-01T11:37:15.1311086Z    Compiling castaway v0.2.4
2026-07-01T11:37:15.2724131Z    Compiling indoc v2.0.7
2026-07-01T11:37:15.4070915Z    Compiling hyper v1.10.1
2026-07-01T11:37:15.5851225Z    Compiling darling_macro v0.23.0
2026-07-01T11:37:15.7620957Z    Compiling spt-runtime v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-01T11:37:15.7990642Z    Compiling static_assertions v1.1.0
2026-07-01T11:37:15.8720414Z    Compiling unicode-width v0.1.14
2026-07-01T11:37:15.9376447Z    Compiling darling v0.23.0
2026-07-01T11:37:16.0260947Z    Compiling clap_lex v1.1.0
2026-07-01T11:37:16.2123064Z    Compiling doctest-file v1.1.1
2026-07-01T11:37:16.3670993Z    Compiling clap_builder v4.6.0
2026-07-01T11:37:16.7315803Z    Compiling interprocess v2.4.2
2026-07-01T11:37:16.7650954Z    Compiling compact_str v0.8.2
2026-07-01T11:37:16.7989147Z    Compiling crossterm v0.28.1
2026-07-01T11:37:17.1060546Z    Compiling strum v0.26.3
2026-07-01T11:37:17.2428387Z    Compiling hyper-util v0.1.20
2026-07-01T11:37:17.2429938Z    Compiling portable-pty v0.8.1
2026-07-01T11:37:17.2580778Z    Compiling unicode-truncate v1.1.0
2026-07-01T11:37:17.2790462Z    Compiling lru v0.12.5
2026-07-01T11:37:17.4164515Z    Compiling clap_derive v4.6.1
2026-07-01T11:37:17.5206802Z    Compiling iana-time-zone v0.1.65
2026-07-01T11:37:17.6771114Z    Compiling spt-term v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-01T11:37:17.7750956Z    Compiling cassowary v0.3.0
2026-07-01T11:37:17.8795081Z    Compiling unicode-width v0.2.0
2026-07-01T11:37:17.9370917Z    Compiling chrono v0.4.45
2026-07-01T11:37:17.9440738Z    Compiling nucleo-matcher v0.3.1
2026-07-01T11:37:18.1890616Z    Compiling ratatui v0.29.0
2026-07-01T11:37:18.3569990Z    Compiling qrcode v0.14.1
2026-07-01T11:37:18.4710678Z    Compiling tempfile v3.27.0
2026-07-01T11:37:19.3440140Z    Compiling igd-next v0.17.1
2026-07-01T11:37:19.4191729Z    Compiling spt-live v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-01T11:37:19.4430999Z    Compiling clap v4.6.1
2026-07-01T11:37:20.6783464Z    Compiling portmapper v0.16.0
2026-07-01T11:37:26.5130490Z    Compiling rustls-webpki v0.103.13
2026-07-01T11:37:28.9483882Z    Compiling tokio-rustls v0.26.4
2026-07-01T11:37:28.9484407Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T11:37:28.9486711Z    Compiling noq-proto v0.17.0
2026-07-01T11:37:29.0944359Z    Compiling hyper-rustls v0.27.9
2026-07-01T11:37:29.0945195Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T11:37:29.0945716Z    Compiling tokio-websockets v0.13.2
2026-07-01T11:37:29.2409174Z    Compiling reqwest v0.13.4
2026-07-01T11:37:30.1779205Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T11:37:44.6201112Z    Compiling spt-net v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-01T11:37:46.1080658Z    Compiling spt-daemon v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-01T11:37:53.7396958Z    Compiling spt v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-01T11:37:58.1182795Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-01T11:37:58.1416366Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-430d2d34ad675120)
2026-07-01T11:37:58.1431386Z 
2026-07-01T11:37:58.1431672Z running 1 test
2026-07-01T11:38:04.3319913Z test new_brain_serves_against_old_broker ... ok
2026-07-01T11:38:04.3320276Z 
2026-07-01T11:38:04.3320571Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-01T11:38:04.3320997Z 
